home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / genealog / cstory13.zip / CSTORY13.EXE / ORDER.BAT < prev    next >
DOS Batch File  |  1995-06-01  |  337b  |  12 lines

  1. @echo off
  2. echo : CUMBERLAND FAMILY SOFTWARE ORDER FORM
  3. echo :
  4. echo : If you press a key to continue, the file ORDER.TXT will be 
  5. echo : printed on LPT1. (4 pages).
  6. echo : 
  7. echo : If you do not wish to print ORDER.TXT press Ctrl-C now
  8. echo : and enter 'Y'es when asked to terminate batch file.
  9. echo :
  10. pause
  11. copy order.txt lpt1
  12.